Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.profiler
/
TypeObject
Type
Object
data class
TypeObject
(name:
String
)
Content copied to clipboard
Describes a type collected during runtime.
Constructors
Properties
Sources
Constructors
TypeObject
Link copied to clipboard
fun
TypeObject
(name:
String
)
Content copied to clipboard
On this page
On this page
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
Name of a type collected with type profiling.
On this page
On this page
Sources
jvm source
Link copied to clipboard
On this page
On this page